home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- Caption = "Tool Bar Demo"
- ClientHeight = 4020
- ClientLeft = 1185
- ClientTop = 1740
- ClientWidth = 7365
- ControlBox = 0 'False
- Height = 4425
- Icon = TBDEMO.FRX:0000
- Left = 1125
- LinkTopic = "Form1"
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1395
- Width = 7485
- Begin TextBox Text1
- Height = 495
- Left = 0
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 0
- Top = 0
- Width = 1215
- End
- Sub Form_Load ()
- form1.WindowState = 0
- text1.Width = form1.ScaleWidth
- text1.Height = form1.ScaleHeight
- frmToolbar.Show
- End Sub
- Sub Form_Resize ()
- text1.Width = form1.ScaleWidth
- text1.Height = form1.ScaleHeight
- End Sub
-